Carbon


hasWakeupTimer

Header: Power.h

enum {
    hasWakeupTimer = 0,
    hasSharedModemPort = 1,
    hasProcessorCycling = 2,
    mustProcessorCycle = 3,
    hasReducedSpeed = 4,
    dynamicSpeedChange = 5,
    hasSCSIDiskMode = 6,
    canGetBatteryTime = 7,
    canWakeupOnRing = 8,
    hasDimmingSupport = 9,
    hasStartupTimer = 10,
    hasChargeNotification = 11,
    hasDimSuspendSupport = 12,
    hasWakeOnNetActivity = 13,
    hasWakeOnLid = 14,
    canPowerOffPCIBus = 15,
    hasDeepSleep = 16,
    hasSleep = 17,
    supportsServerModeAPIs = 18,
    supportsUPSIntegration = 19
};

Constant descriptions

hasWakeupTimer
hasSharedModemPort
hasProcessorCycling
mustProcessorCycle
hasReducedSpeed
dynamicSpeedChange
hasSCSIDiskMode
canGetBatteryTime
canWakeupOnRing
hasDimmingSupport
hasStartupTimer
hasChargeNotification
hasDimSuspendSupport
hasWakeOnNetActivity
hasWakeOnLid
canPowerOffPCIBus
hasDeepSleep
hasSleep
supportsServerModeAPIs
supportsUPSIntegration


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)